home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00177.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  866 b   |  20 lines

  1. on mouseUp
  2.   global gSplit
  3.   case 1 of
  4.     (the castNum of sprite 44 = the number of member "unit 1.label"):
  5.       hMenuCheck(44, "unit 1.label", "unit1.ch1", "unit1.ch2", "unit1.ch3", "unit1.ch4")
  6.     (the castNum of sprite 44 = the number of member "unit 3.label"):
  7.       hMenuCheck(44, "unit 3.label", "unit3.ch8", "unit3.ch9", "unit3.ch10", "pixel")
  8.     (the castNum of sprite 44 = the number of member "unit 5.label"):
  9.       hMenuCheck(44, "unit 5.label", "unit5.ch13", "unit5.ch14", "unit5.ch15", "pixel")
  10.     (the castNum of sprite 44 = the number of member "unit 7.label"):
  11.       if gSplit = 1 then
  12.         hMenuCheck(44, "unit 7.label", "unit7.ch18", "unit7.ch19", "pixel", "pixel")
  13.       else
  14.         if gSplit = 3 then
  15.           hMenuCheck(44, "unit 7.label", "unit7.ch18", "unit7.ch19", "unit7.ch20b", "pixel")
  16.         end if
  17.       end if
  18.   end case
  19. end
  20.